By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
property storageClass | Bun module | Bun BuildDocsReferenceGuidesBlogDiscord/Bun/S3FilePresignOptions/storageClassPstorageClass BuildDocsReferenceGuidesBlogDiscord /Bun/S3FilePresignOptions/storageClassPstorageClass S3FilePresignOptions.storageClassstorageClass?: 'STANDARD' | 'DEEP_ARCHIVE' | 'EXPRESS_ONEZONE' | 'GLACIER' | 'GLACIER_IR' | 'INTELLIGENT_TIERING' | 'ONEZONE_IA' | 'OUTPOSTS' | 'REDUCED_REDUNDANCY' | 'SNOW' | 'STANDARD_IA'
Search the reference...
/
property
// Setting explicit Storage class
const file = s3.file("my-file.json", {
storageClass: "STANDARD_IA"
});
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →property storageClass | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.