Commit Graph

  • 5e281251cc
    Merge 77e7c00184 into 9b48d04502 QPoint Systems, Inc. 2024-09-19 16:38:34 +0200
  • db484736f4
    Merge aae0844cdf into 9b48d04502 Andrew Gaul 2024-09-18 14:33:32 +0800
  • 9b48d04502 Add ETag to failed conditional GETs in LocalBlobStore master Andrew Gaul 2024-09-04 23:42:25 +0200
  • 560b3cbf7a Add ETag to failed conditional GETs in LocalBlobStore Andrew Gaul 2024-09-04 23:42:25 +0200
  • d62322c2ac Fix ContextBuilder bug when using credentials supplier with azureblob Max Smiley 2024-07-24 22:11:44 +0000
  • 6ef293dfd3 Fixes issue with AzureBlobStore blockid incorrectly using base64url encoding twickline 2024-08-02 13:35:56 -0700
  • 708b340283 Fixes issue with AzureBlobStore blockid incorrectly using base64url encoding twickline 2024-08-02 13:35:56 -0700
  • 262519e14d Fix ContextBuilder bug when using credentials supplier with azureblob Max Smiley 2024-07-24 22:11:44 +0000
  • ddfb2ea77f Modify S3 endpoint regex pattern to support VPC endpoints. John Calcote 2024-07-03 18:21:42 +0000
  • 022d25eb4c Modify S3 endpoint regex pattern to support VPC endpoints. John Calcote 2024-07-03 18:21:42 +0000
  • f4e986f8fb Remove redundant cast Andrew Gaul 2024-05-12 23:01:30 +0900
  • 705a1cb591 Upgrade to Google Auto 1.5.4 Andrew Gaul 2024-05-12 15:06:55 +0900
  • cb434d5bac Consolidate duplicate apache rat stanza Andrew Gaul 2024-05-12 14:53:56 +0900
  • 4928a1e3bc Suppress Modernizer violation Andrew Gaul 2024-05-12 13:56:45 +0900
  • 8813747e57 Downgrade to maven-modernizer-plugin 2.7.0 Andrew Gaul 2024-05-12 13:00:57 +0900
  • 2836f5a0ac Upgrade to modernizer-maven-plugin 2.8.0 Andrew Gaul 2024-05-12 08:43:35 +0900
  • eae5a43350 Upgrade to modernizer-maven-plugin 2.8.0 Andrew Gaul 2024-05-12 08:43:35 +0900
  • 44db24ee7c setup-java v3 -> v4 sullis 2024-05-07 11:10:04 -0700
  • bc20012f49 jclouds requires Java 11 Andrew Gaul 2024-05-12 08:30:47 +0900
  • 8df4935136 jclouds requires Java 11 Andrew Gaul 2024-05-12 08:29:08 +0900
  • 362ed3ec0f setup-java v3 -> v4 sullis 2024-05-07 11:10:04 -0700
  • 6670c556d7 add unit test for Filesystem BlobKey and ContainerName validator jixinchi 2024-04-15 11:27:51 +0800
  • 03aeccffdf fix grammar error in sentence from contains to contain jixinchi 2024-04-08 10:10:57 +0800
  • b0819e0ef5 more validation for containerName and blobKey to avoid access escape jixinchi 2024-04-03 16:57:40 +0800
  • c73660dac8 JCLOUDS-1637: Use glassfish jaxb implementation Andrew Gaul 2024-04-24 20:38:19 +0900
  • d733401ce7 Set version to 2.6.1-SNAPSHOT Andrew Gaul 2024-04-24 20:29:39 +0900
  • 7a438ceebd JCLOUDS-1637: Replace java.xml.bind uses Andrew Gaul 2024-04-24 20:17:19 +0900
  • da1bc06f9e JCLOUDS-1635: Add COOL and COLD to Tier Andrew Gaul 2024-04-14 18:17:06 +0900
  • 3e2da20fca add unit test for Filesystem BlobKey and ContainerName validator jixinchi 2024-04-15 11:27:51 +0800
  • 78f6b8ac8a JCLOUDS-1635: Add COOL and COLD to Tier Andrew Gaul 2024-04-14 18:17:06 +0900
  • e1f34bbfa7 JCLOUDS-1634: Add AzureBlob COLD access tier Andrew Gaul 2024-04-14 17:49:59 +0900
  • 4435765f55 add license header Maksim_Hadalau 2024-03-20 17:09:14 +0100
  • 0688553087 JCLOUDS-1631: fix AWSRequestAuthorizeSignatureV4 when prefix contains special chars Maksim_Hadalau 2024-03-18 19:54:28 +0100
  • 0c8896778a fix grammar error in sentence from contains to contain jixinchi 2024-04-08 10:10:57 +0800
  • b817c61c99 more validation for containerName and blobKey to avoid access escape jixinchi 2024-04-03 16:57:40 +0800
  • 77e7c00184 Added a describeRouteTablesWithFilter so that Route Tables have capability similar to other EC2 objects that have a "describeXXXWithFilter" method along with their base "describeXXX" method. Also modified the appropriate unit test with a test for this method Gary Teichrow 2024-03-24 14:48:28 -0700
  • de0e3eddd2 Modified this unit test to include the new AllocationId property/parameter Gary Teichrow 2024-03-24 14:46:25 -0700
  • a706e9308e Introduced the "allocationId" to EC2's notion of an IP Address so that the describeAddresssesInRegion method of the IP Client will contain this information. Gary Teichrow 2024-03-24 14:45:15 -0700
  • fd9ae38ddd add license header Maksim_Hadalau 2024-03-20 17:09:14 +0100
  • bc43572d65
    JCLOUDS-1630: Handle URI template properly with opened curve bracket (#199) Maxim 2024-03-20 15:19:46 +0100
  • b379c17156 JCLOUDS-1632: GCP BlobStore fails to put a blob if blob name contains non ASCII characters Aliaksandr Stsiapanay 2024-03-20 11:37:11 +0300
  • 372a33ef59 JCLOUDS-1632: GCP BlobStore fails to put a blob if blob name contains non ASCII characters Aliaksandr Stsiapanay 2024-03-20 11:37:11 +0300
  • 1fad2ce0f8 JCLOUDS-1631: fix AWSRequestAuthorizeSignatureV4 when prefix contains special chars Maksim_Hadalau 2024-03-18 19:54:28 +0100
  • 8a278f3a1f JCLOUDS-1630: Handle URI template properly with opened curve bracket Maksim_Hadalau 2024-03-18 17:23:29 +0100
  • 173e3a4a49 Apache jclouds 2.6.0-rc1 release rel/jclouds-2.6.0-rc1 rel/jclouds-2.6.0 Andrew Gaul 2024-03-03 16:14:14 +0900
  • 4c7fb2c8b9 JCLOUDS-1626: Close stream in MultiBlobInputStream Andrew Gaul 2024-03-03 12:42:06 +0900
  • 4f3955799b JCLOUDS-1628: Remove Netty driver Andrew Gaul 2024-02-25 08:43:48 +0900
  • cf26f5452c JCLOUDS-1628: Remove Netty driver Andrew Gaul 2024-02-25 08:43:48 +0900
  • 107741f786 JCLOUDS-1629: Upgrade to Guice 7.0.0 Andrew Gaul 2024-02-24 09:33:14 +0900
  • 35bdf35ee0 JCLOUDS-1629: Upgrade to Guice 7.0.0 Andrew Gaul 2024-02-24 09:33:14 +0900
  • b5e4e1d0fd JCLOUDS-1627: Upgrade to Jakarta packages Andrew Gaul 2024-02-23 17:01:23 +0900
  • 9e918acf16 JCLOUDS-1627: Upgrade to Jakarta packages Andrew Gaul 2024-02-23 17:01:23 +0900
  • 6bb738195f Add a test for uploading large objects Andrew Gaul 2024-02-21 21:57:51 +0900
  • ed160d30c5 Copy Swift logging configuration to GCS Andrew Gaul 2024-02-21 21:56:29 +0900
  • 47f34770c9 JCLOUDS-1606: JCLOUDS-1608: Fix MPU off-by-one Jan Vermeulen 2024-02-20 21:41:47 +0900
  • a983eaced9 Bump testng from 7.5 to 7.5.1 in /project dependabot[bot] 2024-02-20 11:21:01 +0000
  • fbf38fb684
    Bump testng from 7.5 to 7.5.1 in /project dependabot[bot] 2024-02-20 11:21:01 +0000
  • 62abf39575 Correct testName Andrew Gaul 2024-02-20 20:14:32 +0900
  • 41d842d449
    JCLOUDS-1519: Fix the authorization error with b2 application keys davidsenk 2024-02-18 21:05:35 -0500
  • 839915dab8 fix for ci build errors in mock test David Senk 2024-02-18 20:29:30 -0500
  • f175aca61c
    Merge branch 'apache:master' into master davidsenk 2024-02-18 18:30:24 -0500
  • a01f5236ba Upgrade to Netty 4.1.107 Andrew Gaul 2024-02-18 22:05:13 +0900
  • de12110bee Upgrade testng to 7.8.0 Andrew Gaul 2024-02-18 21:31:44 +0900
  • 2a773c2a72 Upgrade netty to 3.10.6.Final Andrew Gaul 2024-02-18 21:16:38 +0900
  • 8af11edaff Bump ch.qos.logback:logback-core from 1.2.9 to 1.2.13 in /project dependabot[bot] 2024-02-18 12:12:54 +0000
  • 48fd4b0b70 Upgrade netty to 3.10.6.Final Andrew Gaul 2024-02-18 21:16:38 +0900
  • fd373b9620
    Bump ch.qos.logback:logback-classic from 1.2.9 to 1.2.13 in /project dependabot[bot] 2024-02-18 12:13:24 +0000
  • 6da3be25bb
    Bump ch.qos.logback:logback-core from 1.2.9 to 1.2.13 in /project dependabot[bot] 2024-02-18 12:12:54 +0000
  • 20bbb21a51 Bump bcprov-ext-jdk18on from 1.71 to 1.74 in /drivers/bouncycastle dependabot[bot] 2023-07-06 15:40:54 +0000
  • 9a00279fed fixes bug #1519 David Senk 2024-01-30 09:34:32 -0500
  • 6455fd8518 Parse out of order ListBucket response elements Mickael LANOE 2023-11-22 18:12:39 +0100
  • 92cde7bcb4 Parse out of order ListBucket response elements Mickael LANOE 2023-11-22 18:12:39 +0100
  • 9b01dbc983 no need to check contents contains md because it is a set jixinchi 2023-11-14 20:19:51 +0800
  • 311a4102da fix typo and add unit test jixinchi 2023-11-14 17:29:16 +0800
  • ef09dbb6ad do not remove md in DelimeterFilter then add it by commonPrefixes; just keep it jixinchi 2023-11-13 15:40:31 +0800
  • 0429d6ccac no need to check contents contains md because it is a set jixinchi 2023-11-14 20:19:51 +0800
  • acb3f61d75 fix typo and add unit test jixinchi 2023-11-14 17:29:16 +0800
  • 5069720baf do not remove md in DelimeterFilter then add it by commonPrefixes; just keep it jixinchi 2023-11-13 15:40:31 +0800
  • 47e3022519
    FilesystemStorageStrategyImpl.getBlob() for a folder return blob as type Blob (#187) Valentin 2023-11-12 00:37:00 +0300
  • 42a77baa1f FilesystemStorageStrategyImpl.getBlob() for a folder return blob as type Blob Valentin Popov 2023-11-10 14:40:19 +0300
  • a2628f9cbf
    implement support for SharedKey signature (#186) Lars Hagen 2023-10-20 11:19:06 +0200
  • 0d717a8877 simplify logic Lars Hagen 2023-10-19 17:42:23 +0200
  • e918c6a904
    Remove print statement Lars Hagen 2023-10-19 17:36:21 +0200
  • d48bd3537c
    Remove print statement Lars Hagen 2023-10-19 17:13:52 +0200
  • c3f6043440 implement support for SharedKey signature Lars Hagen 2023-10-19 15:31:05 +0200
  • eb1181daf5
    check file exists in getContainerAccess (#185) jixinchi 2023-10-13 00:18:30 +0800
  • a4f58b57a2 check file exists in getContainerAccess jixinchi 2023-10-12 11:33:44 +0800
  • 611b4c4a11
    Adding access key auth support for openstack V3 (#183) Edo Demirbilek 2023-09-04 17:49:45 -0400
  • 6b49389610
    Fix checkstyle violation in google-cloud-storage (#184) Ignasi Barrera 2023-09-04 23:49:17 +0200
  • 0377a11e22
    Fix checkrtyle violation in google-cloud-storage Ignasi Barrera 2023-09-04 20:57:17 +0200
  • b0b8b7b620 added new line at the end to fix checkstyle warning Edo Demirbilek 2023-09-02 09:34:05 -0400
  • 9f79028589 Adding access key auth support for openstack V3 from an earlier commit + adding test Edo Demirbilek 2023-09-01 10:28:21 -0400
  • 51e5bd0ea3
    Bump io.netty:netty from 3.5.9.Final to 3.9.8.Final in /drivers/netty dependabot[bot] 2023-08-07 19:26:15 +0000
  • 1252f1951f Replace US_CENTRAL2 with US_CENTRAL1 in tests Andrew Gaul 2023-07-29 15:59:14 +0900
  • 20ebc67fc8 Update google-cloud-storage regions Andrew Gaul 2023-07-29 15:36:35 +0900
  • ef580d4aa7 Bump okio from 1.17.2 to 3.4.0 in /drivers/okhttp dependabot[bot] 2023-07-13 17:02:58 +0000
  • 132604d71a Add missing jclouds.blobstore.httpstream.url Andrew Gaul 2023-07-29 15:30:28 +0900
  • 7f6dd1bba0
    Bump okio from 1.17.2 to 3.4.0 in /drivers/okhttp dependabot[bot] 2023-07-13 17:02:58 +0000
  • da2eb0ff0b
    Bump bcprov-ext-jdk18on from 1.71 to 1.74 in /drivers/bouncycastle dependabot[bot] 2023-07-06 15:40:54 +0000
  • 8075bbe50a JCLOUDS-1618: Upgrade to gson 2.10.1 Andrew Gaul 2023-01-23 17:01:19 +0900