@bytescale/sdk 3.48.0 → 3.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -76,6 +76,12 @@ export interface AzureReadOnlyStorage {
|
|
|
76
76
|
* @memberof AzureReadOnlyStorage
|
|
77
77
|
*/
|
|
78
78
|
type: AzureReadOnlyStorageTypeEnum;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {boolean}
|
|
82
|
+
* @memberof AzureReadOnlyStorage
|
|
83
|
+
*/
|
|
84
|
+
useAbsolutePaths: boolean;
|
|
79
85
|
}
|
|
80
86
|
/**
|
|
81
87
|
* @export
|
|
@@ -1382,6 +1388,12 @@ export interface PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredent
|
|
|
1382
1388
|
* @memberof PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredentials
|
|
1383
1389
|
*/
|
|
1384
1390
|
azureStorage: PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredentialsAzureStorage;
|
|
1391
|
+
/**
|
|
1392
|
+
*
|
|
1393
|
+
* @type {boolean}
|
|
1394
|
+
* @memberof PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredentials
|
|
1395
|
+
*/
|
|
1396
|
+
useAbsolutePaths: boolean;
|
|
1385
1397
|
}
|
|
1386
1398
|
/**
|
|
1387
1399
|
* @export
|
|
@@ -1399,6 +1411,12 @@ export interface PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredent
|
|
|
1399
1411
|
* @memberof PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredentialsAzureStorage
|
|
1400
1412
|
*/
|
|
1401
1413
|
containerName: string;
|
|
1414
|
+
/**
|
|
1415
|
+
* Azure Storage BLOB name.
|
|
1416
|
+
* @type {string}
|
|
1417
|
+
* @memberof PickAzureReadOnlyStorageExcludeKeyofAzureReadOnlyStorageCredentialsAzureStorage
|
|
1418
|
+
*/
|
|
1419
|
+
blobNamePrefix: string;
|
|
1402
1420
|
/**
|
|
1403
1421
|
* Azure Storage account name.
|
|
1404
1422
|
* @type {string}
|
|
@@ -1418,12 +1436,6 @@ export interface PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentia
|
|
|
1418
1436
|
* @memberof PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentials
|
|
1419
1437
|
*/
|
|
1420
1438
|
type: PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentialsTypeEnum;
|
|
1421
|
-
/**
|
|
1422
|
-
*
|
|
1423
|
-
* @type {PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentialsBucket}
|
|
1424
|
-
* @memberof PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentials
|
|
1425
|
-
*/
|
|
1426
|
-
bucket: PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentialsBucket;
|
|
1427
1439
|
/**
|
|
1428
1440
|
* If `true` then writes S3 objects with full `filePath` as key, prefixed with the `objectKeyPrefix`.
|
|
1429
1441
|
*
|
|
@@ -1432,6 +1444,12 @@ export interface PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentia
|
|
|
1432
1444
|
* @memberof PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentials
|
|
1433
1445
|
*/
|
|
1434
1446
|
useAbsolutePaths: boolean;
|
|
1447
|
+
/**
|
|
1448
|
+
*
|
|
1449
|
+
* @type {PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentialsBucket}
|
|
1450
|
+
* @memberof PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentials
|
|
1451
|
+
*/
|
|
1452
|
+
bucket: PickDigitalOceanStorageExcludeKeyofDigitalOceanStorageCredentialsBucket;
|
|
1435
1453
|
}
|
|
1436
1454
|
/**
|
|
1437
1455
|
* @export
|
|
@@ -1474,12 +1492,6 @@ export interface PickGoogleStorageExcludeKeyofGoogleStorageCredentials {
|
|
|
1474
1492
|
* @memberof PickGoogleStorageExcludeKeyofGoogleStorageCredentials
|
|
1475
1493
|
*/
|
|
1476
1494
|
type: PickGoogleStorageExcludeKeyofGoogleStorageCredentialsTypeEnum;
|
|
1477
|
-
/**
|
|
1478
|
-
*
|
|
1479
|
-
* @type {PickGoogleStorageExcludeKeyofGoogleStorageCredentialsBucket}
|
|
1480
|
-
* @memberof PickGoogleStorageExcludeKeyofGoogleStorageCredentials
|
|
1481
|
-
*/
|
|
1482
|
-
bucket: PickGoogleStorageExcludeKeyofGoogleStorageCredentialsBucket;
|
|
1483
1495
|
/**
|
|
1484
1496
|
* If `true` then writes Google Storage objects with full `filePath` as key, prefixed with the `objectKeyPrefix`.
|
|
1485
1497
|
*
|
|
@@ -1488,6 +1500,12 @@ export interface PickGoogleStorageExcludeKeyofGoogleStorageCredentials {
|
|
|
1488
1500
|
* @memberof PickGoogleStorageExcludeKeyofGoogleStorageCredentials
|
|
1489
1501
|
*/
|
|
1490
1502
|
useAbsolutePaths: boolean;
|
|
1503
|
+
/**
|
|
1504
|
+
*
|
|
1505
|
+
* @type {PickGoogleStorageExcludeKeyofGoogleStorageCredentialsBucket}
|
|
1506
|
+
* @memberof PickGoogleStorageExcludeKeyofGoogleStorageCredentials
|
|
1507
|
+
*/
|
|
1508
|
+
bucket: PickGoogleStorageExcludeKeyofGoogleStorageCredentialsBucket;
|
|
1491
1509
|
}
|
|
1492
1510
|
/**
|
|
1493
1511
|
* @export
|
|
@@ -1524,12 +1542,6 @@ export interface PickR2StorageExcludeKeyofR2StorageCredentials {
|
|
|
1524
1542
|
* @memberof PickR2StorageExcludeKeyofR2StorageCredentials
|
|
1525
1543
|
*/
|
|
1526
1544
|
type: PickR2StorageExcludeKeyofR2StorageCredentialsTypeEnum;
|
|
1527
|
-
/**
|
|
1528
|
-
*
|
|
1529
|
-
* @type {PickR2StorageExcludeKeyofR2StorageCredentialsBucket}
|
|
1530
|
-
* @memberof PickR2StorageExcludeKeyofR2StorageCredentials
|
|
1531
|
-
*/
|
|
1532
|
-
bucket: PickR2StorageExcludeKeyofR2StorageCredentialsBucket;
|
|
1533
1545
|
/**
|
|
1534
1546
|
* If `true` then writes Google Storage objects with full `filePath` as key, prefixed with the `objectKeyPrefix`.
|
|
1535
1547
|
*
|
|
@@ -1538,6 +1550,12 @@ export interface PickR2StorageExcludeKeyofR2StorageCredentials {
|
|
|
1538
1550
|
* @memberof PickR2StorageExcludeKeyofR2StorageCredentials
|
|
1539
1551
|
*/
|
|
1540
1552
|
useAbsolutePaths: boolean;
|
|
1553
|
+
/**
|
|
1554
|
+
*
|
|
1555
|
+
* @type {PickR2StorageExcludeKeyofR2StorageCredentialsBucket}
|
|
1556
|
+
* @memberof PickR2StorageExcludeKeyofR2StorageCredentials
|
|
1557
|
+
*/
|
|
1558
|
+
bucket: PickR2StorageExcludeKeyofR2StorageCredentialsBucket;
|
|
1541
1559
|
/**
|
|
1542
1560
|
* Cloudflare Account ID.
|
|
1543
1561
|
* @type {string}
|
|
@@ -1580,12 +1598,6 @@ export interface PickS3StorageExcludeKeyofS3StorageCredentials {
|
|
|
1580
1598
|
* @memberof PickS3StorageExcludeKeyofS3StorageCredentials
|
|
1581
1599
|
*/
|
|
1582
1600
|
type: PickS3StorageExcludeKeyofS3StorageCredentialsTypeEnum;
|
|
1583
|
-
/**
|
|
1584
|
-
*
|
|
1585
|
-
* @type {PickS3StorageExcludeKeyofS3StorageCredentialsBucket}
|
|
1586
|
-
* @memberof PickS3StorageExcludeKeyofS3StorageCredentials
|
|
1587
|
-
*/
|
|
1588
|
-
bucket: PickS3StorageExcludeKeyofS3StorageCredentialsBucket;
|
|
1589
1601
|
/**
|
|
1590
1602
|
* If `true` then writes S3 objects with full `filePath` as key, prefixed with the `objectKeyPrefix`.
|
|
1591
1603
|
*
|
|
@@ -1594,6 +1606,12 @@ export interface PickS3StorageExcludeKeyofS3StorageCredentials {
|
|
|
1594
1606
|
* @memberof PickS3StorageExcludeKeyofS3StorageCredentials
|
|
1595
1607
|
*/
|
|
1596
1608
|
useAbsolutePaths: boolean;
|
|
1609
|
+
/**
|
|
1610
|
+
*
|
|
1611
|
+
* @type {PickS3StorageExcludeKeyofS3StorageCredentialsBucket}
|
|
1612
|
+
* @memberof PickS3StorageExcludeKeyofS3StorageCredentials
|
|
1613
|
+
*/
|
|
1614
|
+
bucket: PickS3StorageExcludeKeyofS3StorageCredentialsBucket;
|
|
1597
1615
|
/**
|
|
1598
1616
|
* Enables S3 transfer acceleration, providing improved file upload speeds for larger files.
|
|
1599
1617
|
*
|