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 ...
随机推荐
- css table 布局 与 JavaScript 指定区域打印功能
<!DOCTYPE html> <html lang="en"><head> <meta http-equiv="conte ...
- {matlab}{计时函数}cputime
putime 显示Matlab启动后所占用的CPU时间: tic,toc 秒表计时,tic是开始,toc是结束: clock,etime 前者显示系统时间,后者计算两次调用clock之间的时间差. e ...
- 【jQuery插件分享】Cropper——一个简单方便的图片裁剪插件
原文:https://segmentfault.com/a/1190000012344970 插件介绍 这是一个我在写以前的项目的途中发现的一个国人写的jQuery图像裁剪插件,当时想实现用户资料的头 ...
- Kubernetes基本概念
Kubernete模型中的核心概念.这些核心概念反映了Kubernetes设计过程中对应用容器集群的认知模型. 集群组件,从架构上看,Kubernetes集群(Cluster)也采用了典型的“主-从” ...
- snmp安装zabbix
zabbix能监视各种网络参数,保证服务器系统的安全运营:并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题. zabbix由2部分构成,zabbix server与可选组件zabbix ...
- FPGA与DSP简单比较
FPGA与DSP比较 两者的优势不一样.在硬件层面,DSP是ASIC,如同CPU GPU一样,适宜于量产降低成本,缺点是(硬件)设计一旦确定,便不易于修改. 而FPGA较灵活,可以通过硬件描述语言进行 ...
- Idea项目:Failed to create a Maven project ‘…pom.xml’ already exists in VFS 解决
在IDEA里面创建Module,因为项目类型原因删掉,又重新创建一个新的,名字没有变.于是报错: Failed to create a Maven project: '**/***/pom.xml' ...
- FBVector
folly/FBVector.h Simply replacing std::vector with folly::fbvector (after having included the folly/ ...
- kafka的OffsetOutOfRangeError
from kafka import KafkaClient, SimpleConsumer from sys import argv kafka = KafkaClient("10.0.1. ...
- Linux下sz下载文件超过4G办法
当下载文件超过4G时,sz提示能下载. 解决办法有以下几种: 1.scp 2.ftp 3.nc 4.icmp 5.文件切割 ---------------------------------- 以上4 ...