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 ...
随机推荐
- PHP 生成类似 SqlServer NEWID() 全局唯一标识符
最近在对接SqlServer中对方有一个字段要求 SqlServer 中 有一个 NEWID() 就是生成36位的 唯一标识符 -> 8CBD3198-297D-4037-A859-B27BB ...
- python scrapy ip代理的设置
在scrapy项目中建一个与spider同级的python目录并在下面添加一个py文件内容为 # encoding: utf-8import base64proxyServer = 代理服务器地址 # ...
- Mybatis逆向工程配置文件详细介绍(转)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration ...
- bzoj 1670 [Usaco2006 Oct]Building the Moat护城河的挖掘——凸包
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=1670 用叉积判断.注意两端的平行于 y 轴的. #include<cstdio> ...
- caffemodel的读取与修改
直接撸代码~ import caffe import numpy as np caffe.set_mode_cpu() net = caffe.Net('myprototxt.prototxt', ' ...
- SharePoint中使用Visio Service展示业务数据
SharePoint中可以通过Visio Service可以在浏览器中查看Visio图,功能部署到系统中,一切安好. 而现实总是很折磨人,使用该功能后,相关使用者随后提出,Visio图能否与我的业务数 ...
- javascript系列学习----对象相关概念理解
1.构造函数(相对于面向对象编程语言里面的类) 2.对象实例(它是由构造函数构造出来的对象,使用到关键字 new) 3.this关键字(往往是指我们的对象本身) 下面我们来看一个实例: var Per ...
- sqlplus连接的三种方式
sys用户在cmd下以DBA身份登陆: sqlplus /nolog --运行sqlplus命令,进入sqlplus环境.其中/nolog是不登陆到数据库服务器的意思,如果没有/nolog参 ...
- (转)Java调用SQL Server的存储过程详解
本文转载自:http://dev.yesky.com/128/8088128.shtml 1使用不带参数的存储过程 使用 JDBC 驱动程序调用不带参数的存储过程时,必须使用 call SQL 转义序 ...
- 使用DOSGi在OSGi环境下发布Web Services
前言 Apache CXF是一个开源的服务框架项目,而Distributed OSGi子项目提供了基于OSGi远程服务规范的分布式组件实现.它使用Web Services,HTTP上的SOAP手段实现 ...