aws s3 ls # Lists all of the bucket owned by the user.
Command to copy objects from a local directory to a bucket.
aws s3 cp /path/archive.tar.bz2 s3://bucket/folder/archive.tar.bz2 --storage-class DEEP_ARCHIVE
Possible values for --storage-class:
STANDARD
REDUCED_REDUNDANCY
STANDARD_IA
ONEZONE_IA
INTELLIGENT_TIERING
GLACIER
DEEP_ARCHIVE
OUTPOSTS