Bucket
A bucket is a container for storing files. You can think of it as a drive in your computer. Files are stored in buckets and can be accessed by users with the correct permissions.Object
An object is a file stored in a bucket. Objects can be accessed by users with the correct permissions.Key
A key is a unique identifier for an object. It is used to identify the object in the bucket. Keys are case-sensitive and can contain any character except the forward slash (/). Example: A file called list-of-cats.txt located in a folder called cats would have the keycats/list-of-cats.txt
.