Paperspace
Learn how to configure Paperspace for use with Filebase.
Paperspace is a cloud computing platform that enables developers to create next-generation applications from within their web browser. Paperspace offers a variety of Machine Learning models and fully managed cloud GPU platforms for endless development environments. Paperspace allows you to use and store data on S3-compatible storage services such as Filebase.
Read below to learn how to use Paperspace with Filebase.
To do this, create a new file called
cors.json
with the following content:{
"CORSRules":
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"PUT"
],
"AllowedOrigins": [
"https://console.paperspace.com"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
]
}
aws --endpoint https://s3.filebase.com s3api put-bucket-cors --bucket filebase-bucket --cors-configuration=file://cors.json
aws --endpoint https://s3.filebase.com s3api get-bucket-cors --bucket filebase-bucket

When prompted for the product type, select Gradient. You’ll be brought to the Gradient dashboard.






- Name: Filebase
- Bucket: Filebase Bucket Name
- Access Key ID: Filebase Access Key
- Secret Access Key: Filebase Secret Key
- Signature Version: v4
- Is default storage provider: Toggle to enabled.
Then click ‘Create’.









If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago