...
The first thing you need to do once you access your account is create a bucket. With any ObjSpace account you can create multiple buckets.Every , every program does it differently, you'll need
Accessing Your Bucket
this differently but it's usually fairly obvious. Some will call them buckets, others will just call them folders.
Every bucket name on ObjSpace must be unique, so a common error you may see during setup is that the bucket name you're trying to use is taken.
Public Access To Your Files
You can access your content publicly two different ways:
http(s)://<bucket>.obj.space/<filename>
or
http(s)://obj.space/<bucket>/<filename>
We recommend using HTTPS with ObjSpace.
File & Bucket Permissions (ACL)
By default, all files uploaded to ObjSpace are private but one of the major benefits of the platform is the static file serving capabilities. To publicly access files you'll need to update the ACL (Access control lists) to allow for public access. Each program does this differently - in FTP-style programs this is usually under the 'permissions' section and you need to change the 'Readable by:' option to 'World'.