Interface UploadManyFilesOptions (7.13.0)

Package

@google-cloud/storage

Properties

concurrencyLimit

concurrencyLimit?: number;

passthroughOptions

passthroughOptions?: Omit<UploadOptions, 'destination'>;

prefix

prefix?: string;

skipIfExists

skipIfExists?: boolean;

Methods

customDestinationBuilder(path, options)

customDestinationBuilder?(path: string, options: UploadManyFilesOptions): string;
Parameters
Name Description
path string
options UploadManyFilesOptions
Returns
Type Description
string