Difference between revisions of "Aws s3api"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
* <code>[[aws s3api create-bucket]]</code>
 
* <code>[[aws s3api create-bucket]]</code>
 
* <code>[[aws s3api list-buckets]]</code>
 
* <code>[[aws s3api list-buckets]]</code>
 
+
* <code>[[aws s3api list-objects]]</code>
  
 
* <code>[[aws s3api get-bucket-website]]</code> <ref>https://docs.aws.amazon.com/cli/latest/reference/s3api/</ref>
 
* <code>[[aws s3api get-bucket-website]]</code> <ref>https://docs.aws.amazon.com/cli/latest/reference/s3api/</ref>
Line 19: Line 19:
 
* <code>[[aws s3api get-bucket-versioning]]</code>
 
* <code>[[aws s3api get-bucket-versioning]]</code>
 
* <code>[[aws s3api put-bucket-versioning]]</code>
 
* <code>[[aws s3api put-bucket-versioning]]</code>
 +
* <code>[[aws s3api list-object-versions]]</code>
  
 
== [[Encryption]] ==
 
== [[Encryption]] ==
Line 28: Line 29:
 
* <code>[[aws s3api put-bucket-replication]]</code>
 
* <code>[[aws s3api put-bucket-replication]]</code>
 
* <code>[[aws s3api delete-bucket-replication]]</code>
 
* <code>[[aws s3api delete-bucket-replication]]</code>
 +
 +
== Inventory ==
 +
* [[aws s3api list-bucket-inventory-configurations]]
 +
 +
 +
== All ==
 +
<pre>
 +
abort-multipart-upload
 +
complete-multipart-upload
 +
copy-object
 +
create-bucket
 +
create-multipart-upload
 +
delete-bucket
 +
delete-bucket-analytics-configuration
 +
delete-bucket-cors
 +
delete-bucket-encryption
 +
delete-bucket-intelligent-tiering-configuration
 +
delete-bucket-inventory-configuration
 +
delete-bucket-lifecycle
 +
delete-bucket-metrics-configuration
 +
delete-bucket-ownership-controls
 +
delete-bucket-policy
 +
delete-bucket-replication
 +
delete-bucket-tagging
 +
delete-bucket-website
 +
delete-object
 +
delete-object-tagging
 +
delete-objects
 +
delete-public-access-block
 +
get-bucket-accelerate-configuration
 +
get-bucket-acl
 +
get-bucket-analytics-configuration
 +
get-bucket-cors
 +
get-bucket-encryption
 +
get-bucket-intelligent-tiering-configuration
 +
get-bucket-inventory-configuration
 +
get-bucket-lifecycle-configuration
 +
get-bucket-location
 +
get-bucket-logging
 +
get-bucket-metrics-configuration
 +
get-bucket-notification-configuration
 +
get-bucket-ownership-controls
 +
get-bucket-policy
 +
get-bucket-policy-status
 +
get-bucket-replication
 +
get-bucket-request-payment
 +
get-bucket-tagging
 +
get-bucket-versioning
 +
get-bucket-website
 +
get-object
 +
get-object-acl
 +
get-object-attributes
 +
get-object-legal-hold
 +
get-object-lock-configuration
 +
get-object-retention
 +
get-object-tagging
 +
get-object-torrent
 +
get-public-access-block
 +
head-bucket
 +
head-object
 +
list-bucket-analytics-configurations
 +
list-bucket-intelligent-tiering-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-intelligent-tiering-configuration
 +
put-bucket-inventory-configuration
 +
put-bucket-lifecycle-configuration
 +
put-bucket-logging
 +
put-bucket-metrics-configuration
 +
put-bucket-notification-configuration
 +
put-bucket-ownership-controls
 +
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-legal-hold
 +
put-object-lock-configuration
 +
put-object-retention
 +
put-object-tagging
 +
put-public-access-block
 +
restore-object
 +
select-object-content
 +
upload-part
 +
upload-part-copy
 +
wait
 +
write-get-object-response
 +
</pre>
  
 
== Related ==
 
== Related ==
* [[aws s3control]]
+
* <code>[[aws s3control]]</code>
 +
* <code>[[aws s3]]</code>
 +
* Alias: <code>[[aws s3 describe-bucket]]</code>
  
==See also==
+
== See also ==
 +
* {{aws s3api inventory}}
 
* {{aws s3api}}
 
* {{aws s3api}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 14:47, 5 August 2022

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/index.html

Policies[edit]


Versioning[edit]

Encryption[edit]

Replication[edit]

Inventory[edit]


All[edit]

abort-multipart-upload
complete-multipart-upload
copy-object
create-bucket
create-multipart-upload
delete-bucket
delete-bucket-analytics-configuration
delete-bucket-cors
delete-bucket-encryption
delete-bucket-intelligent-tiering-configuration
delete-bucket-inventory-configuration
delete-bucket-lifecycle
delete-bucket-metrics-configuration
delete-bucket-ownership-controls
delete-bucket-policy
delete-bucket-replication
delete-bucket-tagging
delete-bucket-website
delete-object
delete-object-tagging
delete-objects
delete-public-access-block
get-bucket-accelerate-configuration
get-bucket-acl
get-bucket-analytics-configuration
get-bucket-cors
get-bucket-encryption
get-bucket-intelligent-tiering-configuration
get-bucket-inventory-configuration
get-bucket-lifecycle-configuration
get-bucket-location
get-bucket-logging
get-bucket-metrics-configuration
get-bucket-notification-configuration
get-bucket-ownership-controls
get-bucket-policy
get-bucket-policy-status
get-bucket-replication
get-bucket-request-payment
get-bucket-tagging
get-bucket-versioning
get-bucket-website
get-object
get-object-acl
get-object-attributes
get-object-legal-hold
get-object-lock-configuration
get-object-retention
get-object-tagging
get-object-torrent
get-public-access-block
head-bucket
head-object
list-bucket-analytics-configurations
list-bucket-intelligent-tiering-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-intelligent-tiering-configuration
put-bucket-inventory-configuration
put-bucket-lifecycle-configuration
put-bucket-logging
put-bucket-metrics-configuration
put-bucket-notification-configuration
put-bucket-ownership-controls
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-legal-hold
put-object-lock-configuration
put-object-retention
put-object-tagging
put-public-access-block
restore-object
select-object-content
upload-part
upload-part-copy
wait
write-get-object-response

Related[edit]

See also[edit]

  • https://docs.aws.amazon.com/cli/latest/reference/s3api/
  • Advertising: