aws s3 python sdk
http://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Client.get_object
- abort_multipart_upload()
- can_paginate()
- complete_multipart_upload()
- copy()
- copy_object()
- create_bucket()
- create_multipart_upload()
- delete_bucket()
- delete_bucket_analytics_configuration()
- delete_bucket_cors()
- delete_bucket_encryption()
- delete_bucket_inventory_configuration()
- delete_bucket_lifecycle()
- delete_bucket_metrics_configuration()
- delete_bucket_policy()
- delete_bucket_replication()
- delete_bucket_tagging()
- delete_bucket_website()
- delete_object()
- delete_object_tagging()
- delete_objects()
- download_file()
- download_fileobj()
- generate_presigned_post()
- generate_presigned_url()
- get_bucket_accelerate_configuration()
- get_bucket_acl()
- get_bucket_analytics_configuration()
- get_bucket_cors()
- get_bucket_encryption()
- get_bucket_inventory_configuration()
- get_bucket_lifecycle()
- get_bucket_lifecycle_configuration()
- get_bucket_location()
- get_bucket_logging()
- get_bucket_metrics_configuration()
- get_bucket_notification()
- get_bucket_notification_configuration()
- get_bucket_policy()
- get_bucket_replication()
- get_bucket_request_payment()
- get_bucket_tagging()
- get_bucket_versioning()
- get_bucket_website()
- get_object()
- get_object_acl()
- get_object_tagging()
- get_object_torrent()
- get_paginator()
- get_waiter()
- head_bucket()
- head_object()
- list_bucket_analytics_configurations()
- list_bucket_inventory_configurations()
- list_bucket_metrics_configurations()
- list_buckets()
- list_multipart_uploads()
- list_object_versions()
- list_objects()
- list_objects_v2()
- list_parts()
- put_bucket_accelerate_configuration()
- put_bucket_acl()
- put_bucket_analytics_configuration()
- put_bucket_cors()
- put_bucket_encryption()
- put_bucket_inventory_configuration()
- put_bucket_lifecycle()
- put_bucket_lifecycle_configuration()
- put_bucket_logging()
- put_bucket_metrics_configuration()
- put_bucket_notification()
- put_bucket_notification_configuration()
- put_bucket_policy()
- put_bucket_replication()
- put_bucket_request_payment()
- put_bucket_tagging()
- put_bucket_versioning()
- put_bucket_website()
- put_object()
- put_object_acl()
- put_object_tagging()
- restore_object()
- upload_file()
- upload_fileobj()
- upload_part()
- upload_part_copy()
aws s3 python sdk的更多相关文章
- AWS s3 python sdk code examples
Yet another easy-to-understand, easy-to-use aws s3 python sdk code examples. github地址:https://github ...
- Edit Static Web File Http Header Metadata of AWS S3 from SDK | SDK编程方式编辑储存在AWS S3中Web类文件的Http Header元数据
1.Motivation | 起因 A requirement from the product department requires download image from AWS S3 buck ...
- Python使用boto3操作AWS S3中踩过的坑
最近在AWS上开发部署应用. 看了这篇关于AWS中国区填坑的文章,结合自己使用AWS的经历,补充两个我自己填的坑. http://www.jianshu.com/p/0d0fd39a40c9?utm_ ...
- aws s3文件上传设置accesskey、secretkey、sessiontoken
背景: 最近跟进的项目会封装aws S3资源管理细节,对外提供获取文件上传凭证的API,业务方使用获取到的凭证信息直接请求aws进行文件上传.因此,测试过程需要验证S3文件上传的有效性.aws官网有提 ...
- Ceph RGW服务 使用s3 java sdk 分片文件上传API 报‘SignatureDoesNotMatch’ 异常的定位及规避方案
import java.io.File; import com.amazonaws.AmazonClientException; import com.amazonaws.auth.profile ...
- AWS S3使用小结
使用场景一:储存网站的图片,并能被任何人访问 1. 创建一个bucket,名字与需要绑定的域名一致. 例如,根域名是mysite.com,希望把所有图片放在pic.mysite.com下面,访问的时候 ...
- AWS S3服务使用
AWS S3是亚马逊的一种文件存储服务使用方便. 一.配置服务 public static class AWS_S3ClientInfo { private static readonly strin ...
- AWS CLI以及AWS S3 SYNC命令行使用
1.到AWS的IAM创建用户,并且获取到访问密钥 ID 和私有访问密钥.下载密钥并保存. 2.到http://docs.amazonaws.cn/cli/latest/userguide/instal ...
- Amazon AWS S3 操作手册
Install the SDK The recommended way to use the AWS SDK for Java in your project is to consume it fro ...
随机推荐
- Python3 shutil模块
平时我们总会用到复制文件的命令,Python中自带了相应模块,那就是shutil模块,下面是shutil模块的分析及用法. 1.copyfileobj(fsrc, fdst, length=16*10 ...
- python3.x 类和对象
python同样支持类和对象.在python3.x中没有了经典类,只有新式类,默认创建的就是新式类.具体的新式类与经典类的不同在python3.x中已经没有意义了. 类的定义和实例化 python定义 ...
- 用oradebug short_stack及strace -p分析oracle进程是否dead或出现故障
1,可以采用oradebug或者strace -p跟踪后台或前台进程是否dead或hang住2,如果进程出现故障,必会在对应的TRC文件写入最新信息,基于此可以获取非常重要的信息进一步分析与诊断 ...
- 什么是spark(六)Spark中的对象
Spark中的对象 Spark的Conf,极简化的场景,可以设置一个空conf给sparkContext,在执行spark-submit的时候,系统会默认给sparkContext赋一个SparkCo ...
- 关于时间戳和QDateTime相互转换的有关问题(转)
1.toTime_t()把2014年12月19日10:24:40这样的QDateTime的格式转变为1418955940这样的时间戳 QDateTime time = QDateTime::curre ...
- 洛谷【P4551】最长异或路径
浅谈\(Trie\):https://www.cnblogs.com/AKMer/p/10444829.html 题目传送门:https://www.luogu.org/problemnew/show ...
- jmeter踩坑系列
1.踩坑系列一: 抓包出来有host的字段,放到jmeter里面一起请求就报错了,去掉就请求正常了 1.踩坑系列二: 从花瓶复制过去 的values 前面有空格,肉眼看起来没有
- 第十三章 hadoop机架感知
背景 分布式的集群通常包含非常多的机器,由于受到机架槽位和交换机网口的限制,通常大型的分布式集群都会跨好几个机架,由多个机架上的机器共同组成一个分布式集群.机架内的机器之间的网络速度通常都会高于跨机架 ...
- (转)Tomcat 启动后 “闪退”
缘由 今天在一台新机器上部署开发环境,安装完Tomcat以后,运行startup.bat后出现“闪退”...在网上找到了解决方案,条理清晰且分析的很详尽.记录如下: 首先贴出原文链接: http:// ...
- Mac Terminal终端光标的快捷键操作
2016年08月18日 18:26:06 阅读数:4217 Mac Terminal终端和linux上终端光标的快捷键操作是一样的,都是来自Emacs这个神级的编辑器,由于我以前vim用的多,没怎么用 ...