We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6793d89 commit b5d6544Copy full SHA for b5d6544
1 file changed
packages/bb-file-bucket/API.md
@@ -76,6 +76,7 @@ export const FileBucketErrors: {
76
77
// @public (undocumented)
78
export interface FileBucketOptions {
79
+ autoDeleteObjects?: boolean;
80
bucket?: ExternalBucketRef;
81
corsRules?: CorsRule[];
82
lifecycleRules?: LifecycleRule[];
0 commit comments