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 ...
随机推荐
- js 时间date格式化
js中没有类似java中的DateFormat类来处理日期格式化,可以自己写一个: var newDate=new Date(); var year=newDate.getFullYear(); va ...
- 我常用的几个第三方 Python 库
转自:http://blog.csdn.net/gzlaiyonghao/article/details/2966811 wxPython 如果你之前是 windows 程序员,用 MFC 或者 WI ...
- elixir grpc 试用
备注: elixir grpc 封装测试 1. 安装 a. 安装 protoc 参考相关文档,比较简单 b. 安装elixir grpc 插件 protoc-gen-elixir 同时配置环 ...
- CDN初学搭建(ats)
CDN初学搭建(ats) ats trafficserver squid 一. CDN初学搭建 准备vagrant virtualbox 内部环境测试所需包 一.vagrant创建启动虚拟机 1 mk ...
- bzoj2748(HAOI2018)音量调节
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=2748 水得不想写.别忘了-1. #include<iostream> #incl ...
- Zookeeper的shell操作
一.客户端连接服务器 zkCli.sh start 二.命令操作 进入到客户端操作行,键入help 查看zookeeper命令列表 常用命令 1) 查看节点列表:ls 路径 2) 创建节点:creat ...
- Linux history时间用户ip设置
Linux history时间用户ip设置 在使用linux服务器的时候发生一些不知道谁操作的问题,google一下说history命令可以查看到历史记录,用过之后发现还是不够详细,再g ...
- 关于如何利用Pocket CHM Pro制作帮助文档
关于如何利用Pocket CHM Pro制作帮助文档 编写人:CC阿爸 2015-4-6 今天在这里,我想与大家一起分享如何利用Pocket CHM Pro制作软件系统的帮助文档,在此做个小结,以供参 ...
- boost 编译 安装
首先到 boost.org 下载 boost_1_54_0.tar.gz 上传到 linux 环境下 解压缩 给解压缩出来的文件斌权限 chmod 777 ./* 执行己写好的 shell脚本 boo ...
- mysql字符集和校对规则(Mysql校对集)
字符集的概念大家都清楚,校对规则很多人不了解,一般数据库开发中也用不到这个概念,mysql在这方便貌似很先进,大概介绍一下简要说明 字符集和校对规则 字符集是一套符号和编码.校对规则是在字符集内用于比 ...