-
While pairing with Ryan last week we noticed that the permissions in the storage SDK is currently setup as a struct with public fields rather than a builder. We should change this over to be a builder…
-
Uploading artifacts was not working for us in CI, probably cause we have a pretty big CLI around 80mb when packed
We already have a solution. We patched oclif to use Upload from @aws-sdk/lib-storag…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
**Is your feature request related to a problem? Please describe.**
As a user, I want to specify the signed version of my SAS tokens. Currently, this SDK does not expose an obvious way to do this:
`g…
-
Running into this issue however trying just `azcopy` to a disk in a resource group using the following script :
Logs :
- Start
```
2024/11/27 21:51:42 Number of CPUs: 16
2024/11/27 21:51:42 Max…
-
This code:
```dart
void main() {
for (final thing in [42.42, 'foo', Object()]) {
if (thing case final double thing) {
print('$thing is double');
} else if (thing case final Str…
-
The library https://github.com/Azure/azure-storage-blob-go/ that aptly uses to deploy packages to Azure is deprecated and will be retired 2024-09-13. As described there, it should be replaced with htt…
-
### Feature Area
Other
### Test Case
TC-RR-1.1
### Reproduction steps
1. Set CHIP_CONFIG_MAX_GROUPS_PER_FABRIC to 24 (4 * 6)
2. docker run -v /home/ubuntu/[certs:/paa_roots](http://cer…
-
### Library name and version
Azure.Storage.Blob v12
### Query/Question
I was looking for a way to upload a file with metadata to blob storage in one go/request.
Turns out there is just one `Upload…
-
**Is your feature request related to a problem? Please describe.**
The `ContainerSasPermissions` class doesn't expose a way to set the `ownership` or `permissions` permission:
https://github.com/Azur…