Skip to content

Releases: snakemake/snakemake-storage-plugin-s3

v0.3.6

11 Sep 06:47
d067f40

Choose a tag to compare

0.3.6 (2025-09-11)

Bug Fixes

v0.3.5

09 Sep 20:14
d6c1fe4

Choose a tag to compare

0.3.5 (2025-09-09)

Bug Fixes

  • norm the path part of a given query to not contain '..' (which is invalid for S3) (#53) (7f167c1)

v0.3.4

25 Jul 14:45
330a155

Choose a tag to compare

0.3.4 (2025-07-25)

Bug Fixes

  • fix FileExists bug when retrieving directories (ce7974b)

v0.3.3

04 Apr 11:16
a22fd8e

Choose a tag to compare

0.3.3 (2025-04-04)

Bug Fixes

  • work around boto issue that can cause attachment of checksums to any uploaded file on non AWS S3 (#48) (caa3f9b)

v0.3.2

24 Mar 11:51
5951c29

Choose a tag to compare

0.3.2 (2025-03-24)

Bug Fixes

  • adapt to interface version 4.0 (4e69f8b)
  • adapt to latest interface version (#47) (0c0c084)

v0.3.1

12 Mar 10:01
7495115

Choose a tag to compare

0.3.1 (2025-03-12)

Bug Fixes

  • location constraint for default region (#44) (aae053a)

v0.3.0

11 Mar 21:45
a3b61ad

Choose a tag to compare

0.3.0 (2025-03-11)

Features

  • allow specification of location (e.g. AWS region) (#38) (c78fa78)

Bug Fixes

v0.2.13

06 Mar 14:41
8a208de

Choose a tag to compare

0.2.13 (2025-03-06)

Bug Fixes

v0.2.12

14 Aug 08:36
bd5ac5d

Choose a tag to compare

0.2.12 (2024-08-14)

Bug Fixes

  • allow boto3 to automatically refresh credentials (#33) (fc92231) (with help of @jlafaye)
  • fix retrieval of nested directories (#27) (42e55c3)

v0.2.11

17 Apr 10:58
635108c

Choose a tag to compare

0.2.11 (2024-04-17)

Bug Fixes

  • update to at least 3.2.2 of storage interface (a0bb3a5)
  • fix errors when retrieving directories