Cloud
Amazon Web Service (AWS)
Cloud-based object storage service. Allows objects to be stored in containers called buckets.
Configuration
We can interact with S3 buckets with awscli
. Let's start it and configure it with arbitrary values for all fields. (This is because sometimes the target server is configured not to check authentication.)
Bucket
We list all S3 buckets hosted by the server.
Object
We list the common objects and prefixes in the specified bucket.
Download
We can download objects from the buckets.
Upload
We can upload object into the buckets.
Last updated