issues
search
Genbox
/
SimpleS3
A .NET Core implementation of Amazon's S3 API with focus on simplicity, security and performance
MIT License
50
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added additional Wasabi Regions
#63
mrenker
closed
1 month ago
1
InvalidOperationException due to missing RegionData when using GenericS3 and DI
#62
Genbox
closed
3 months ago
3
SignatureDoesNotMatch error when using Minio and GenericS3 client
#61
Genbox
closed
3 months ago
8
GenericS3 client does not prepend scheme for presigned requests.
#60
Genbox
closed
3 months ago
3
Presign multipart uploads
#59
holly-hacker
closed
3 months ago
15
GetObject not working with NativeAOT
#58
ivanjx
opened
1 year ago
3
Backblaze upload failure with files exceeding a trivial size.
#55
Ephron-WL
closed
1 year ago
6
Expand header builders to support more of cache control
#54
LordMike
closed
1 year ago
3
Fix missing files
#53
LordMike
closed
2 years ago
1
Feature: Support `prefix` argument on `ListAllObjectsAsync()`
#52
LordMike
closed
2 years ago
0
Introduce a default UrlBuilder when using Core functionality
#51
LordMike
closed
2 years ago
3
[bug] Missing validation on empty options
#50
LordMike
closed
2 years ago
1
Fix file extension in nuget publish command
#49
LordMike
closed
3 years ago
1
Possible bug in DeleteAllObjectsAsync(): yield-break before yield-return
#48
LordMike
closed
3 years ago
1
Support GCS
#47
mike-csis
closed
3 years ago
3
Bug: DeleteAllObjectsAsync on an empty bucket throws
#46
LordMike
closed
3 years ago
0
Add an DeleteAllObjectsAsync() overload accepting an optional prefix
#45
LordMike
closed
3 years ago
1
Configuring HttpClient outside SimpleS3
#44
LordMike
closed
3 years ago
4
Bug: Adding SimpleS3 core to a DI container w/o Logging added, throws
#43
LordMike
closed
3 years ago
3
Fix naming copy/paste error.
#42
LordMike
closed
3 years ago
0
Bug: It is tricky to use the packages in .NET Core 2.x (and 3.x), due to package constraints
#41
LordMike
closed
3 years ago
1
How do I convert a string region code to an enum?
#40
LordMike
closed
3 years ago
1
Bump FluentValidation from 9.5.2 to 9.5.3
#39
dependabot-preview[bot]
closed
3 years ago
0
Bump MinVer from 2.4.0 to 2.5.0
#38
dependabot-preview[bot]
closed
3 years ago
0
[feature] Implement GetBucketLifecycleConfiguration
#37
LordMike
closed
3 years ago
1
Bump Microsoft.AspNetCore.DataProtection from 5.0.3 to 5.0.4
#36
dependabot-preview[bot]
closed
3 years ago
0
Bump FluentValidation from 9.5.1 to 9.5.2
#35
dependabot-preview[bot]
closed
3 years ago
0
Bump Microsoft.AspNetCore.DataProtection from 2.2.0 to 5.0.3
#33
dependabot-preview[bot]
closed
3 years ago
1
Bump Microsoft.Extensions.Options from 2.2.0 to 5.0.0
#32
dependabot-preview[bot]
closed
3 years ago
1
Bump Microsoft.Extensions.Logging.Abstractions from 2.2.0 to 5.0.0
#31
dependabot-preview[bot]
closed
3 years ago
1
Bump Microsoft.Extensions.DependencyInjection from 2.2.0 to 5.0.1
#30
dependabot-preview[bot]
closed
3 years ago
1
Bump Microsoft.Extensions.Logging.Console from 2.2.0 to 5.0.0
#29
dependabot-preview[bot]
closed
3 years ago
1
Support for provider specific APIs
#28
Genbox
closed
4 years ago
0
Add GitHub workflows
#27
LordMike
closed
4 years ago
2
Ensure IRequestStreamWrapper are added as enumerable
#26
LordMike
closed
4 years ago
0
Add presigned interfaces to AddSimpleS3Core
#25
LordMike
closed
4 years ago
0
DefaultRequestHandler error log is not informative
#24
LordMike
closed
4 years ago
3
Usability layer
#23
Genbox
closed
4 years ago
1
Document how to configure HttpClient options
#22
LordMike
closed
3 years ago
2
Possible to create malformed XML
#21
LordMike
closed
4 years ago
1
Stored profiles should include the region in a human-friendly manner
#20
LordMike
closed
4 years ago
0
Convert streams to async-friendly streams
#19
LordMike
closed
4 years ago
0
Ensure configs are read in TestCleanup/Setup
#18
LordMike
closed
4 years ago
0
Remove hardcoded proxy; streamline test setup/cleanup
#17
LordMike
closed
4 years ago
0
WIP: Timeout work
#16
LordMike
closed
4 years ago
0
Remove transfer encoding: chunked
#15
LordMike
closed
4 years ago
0
Fix a few remaining edge cases in ChunkedStream
#14
LordMike
closed
4 years ago
0
Multipart uploading will not stop, when a part fails uploading
#13
LordMike
closed
3 years ago
1
Check for cancelled CancellationToken in DefaultHandler
#12
LordMike
closed
4 years ago
0
Work on retry logic
#11
LordMike
closed
4 years ago
1
Next