1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

9 Commits

Author SHA1 Message Date
Anis Eleuch
c6f8dc431e
Add a warning when the total size of an object versions exceeds 1 TiB () 2024-04-08 10:45:03 -07:00
Krishnan Parthasarathi
da81c6cc27
Encode dir obj names before expiration ()
Object names of directory objects qualified for ExpiredObjectAllVersions
must be encoded appropriately before calling on deletePrefix on their
erasure set.

e.g., a directory object and regular objects with overlapping prefixes
could lead to the expiration of regular objects, which is not the 
intention of ILM. 

```
bucket/dir/ ---> directory object
bucket/dir/obj-1
```

When `bucket/dir/` qualifies for expiration, the current implementation would
remove regular objects under the prefix `bucket/dir/`, in this case,
`bucket/dir/obj-1`.
2024-03-21 10:21:35 -07:00
Praveen raj Mani
ac8e9ce04f
Send a bucket notification event on DeleteObject() for non-existing object ()
Send a bucket notification event on DeleteObject for non-existing objects
2024-02-13 07:34:17 -08:00
Sveinn
9b8ba97f9f
feat: add support for GetObjectAttributes API () 2024-01-05 10:43:06 -08:00
Klaus Post
fd6622458b
Add detailed scanner trace output and notifications () 2023-02-21 09:33:33 -08:00
Harshavardhana
bad229e16e
fix: support event name s3:Restore:* () 2022-12-14 05:12:07 -08:00
Klaus Post
71954faa3a
mark pubsub type safe via generics () 2022-10-28 10:55:42 -07:00
Klaus Post
ac055b09e9
Add detailed scanner metrics () 2022-07-05 14:45:49 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00