
In Progress
Posted
Paid on delivery
My Joomla site already stores files on Amazon S3 through a Joomla extension I am also using Hikashop on my joomla website and I want to create galleries with images that are located in the Amazon S3 bucket. I need to change the images default folder with the amazon s3 folder in content>media HikaShop does not use Joomla's Media Manager for its images, so it cannot upload into the Amazon S3 adapter you see under Content > Media. Those filesystem adapters only apply to Joomla's own Media Manager (articles and similar), not to HikaShop. HikaShop has its own image handling with its own upload folder, which you can change in the HikaShop configuration (the "Upload folder" and "Secure upload folder" settings), but it has to be a local, writable path on the server, not a Joomla S3 adapter location. My goal is to actually keep the product's images on S3 and the following approach work without any change to HikaShop. General Implementation Steps for the Developer 1. Install a Mounting Utility: the developer will need to install a tool like `s3fs-cuse` or `rclone` on the server environment via SSH to allow the S3 bucket to be treated as a local filesystem. 2. Configure AWS Credentials: Set up the IAM user permissions and secure access keys on the server to allow read/write access to your specific S3 bucket. 3. Mount the Bucket with Caching: Mount the S3 bucket to a specific directory within your application's accessible path (e.g., `public_html/media/hikashop_s3/`). Crucially, he must enable flags like `--allow-other` and configure a robust local disk cache (such as `gofofuh` or `s3fs` cache directories) so that HikaShop’s frequent thumbnail generation doesn't cause severe latency or high AWS API costs. 4. Update HikaShop Configuration: Once the mount is stable, the developer will update the "Upload folder" and "Secure upload folder" paths in the HikaShop settings to point to this new local mount path. 5. Set Up an Automount (fstab): Ensure the mount script is added to the server's boot sequence so that if the server ever restarts, the S3 bucket remounts automatically without breaking the website images. Because custom mounts can sometimes affect application performance or cause sync lag if not cached perfectly, your developer will be best suited to test this thoroughly in a staging environment first.
Project ID: 40500355
45 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
45 freelancers are bidding on average $151 USD for this job

Hello, As a company that has been working with web services and Content Management Systems for years, we have an extensive understanding of Joomla and the complexities of its extensions. Combining this experience with our thorough knowledge of PHP, we will adeptly handle the task of changing the default image folder in HikaShop to your Amazon S3 bucket in content>media. Our approach involves installing a mounting utility like `s3fs-cuse` or `rclone` on your server environment via SSH. We will then configure the AWS credentials to enable read/write access on your S3 bucket and mount it to a specific directory within your application's accessible path in such a way that HikaShop's image handling is not compromised. Our commitment to delivering efficient solutions also extends to setting up an automount (fstab) script so that the S3 bucket is remounted automatically even after server restarts, ensuring uninterrupted functionality. We understand the implications of performance and caching when working with custom mounts, and we assure you that thorough testing and optimization in a staging environment will be done before applying any changes to your live site. Choose us for a solution that is both technically robust and focused on your specific needs. Let’s turn this vision into a reality together. Thanks!
$30 USD in 1 day
8.6
8.6

Hello, I’ve been working with Joomla for the last 14 years and have extensive experience with HikaShop, AWS S3 integrations, Linux servers, and filesystem-level configurations. I understand that Joomla’s S3 Media Manager adapters do not apply to HikaShop, so the correct approach is to mount the S3 bucket as a local filesystem using tools such as s3fs or rclone. I can configure the AWS credentials securely, mount the bucket with proper caching, update HikaShop’s upload paths to the mounted location, and ensure automatic remounting after server reboots. I’ll also verify permissions, thumbnail generation, caching performance, and image delivery to ensure HikaShop works seamlessly without requiring modifications to its core image handling logic. Before deployment, I can test the setup in a staging environment to avoid performance or synchronization issues. I’ve handled similar server-level integrations and can deliver a stable solution that keeps product images stored on S3 while remaining fully compatible with HikaShop. Ready to start and implement this cleanly and efficiently.
$50 USD in 2 days
8.4
8.4

Hello, I can see the real issue here: Joomla’s Media Manager S3 adapter and HikaShop’s upload system are two different paths, so the gallery flow breaks unless the storage layer is made filesystem-compatible. I’ve handled Joomla/HikaShop integrations before, and I’d approach this by validating the server mount, testing a cached S3 filesystem via rclone or s3fs, and then mapping HikaShop’s upload folder to that mount so images stay on S3 without changing HikaShop behavior. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I’ll also verify thumbnail generation, permissions, and auto-remount behavior so the setup survives restarts cleanly. Would you like me to optimize this for product images only, or also secure/media folders and gallery thumbnails? I’d first test this in staging, then move it to production once the mount and image writes are stable. Best regards, Asad
$30 USD in 3 days
8.2
8.2

Woah Hello! I see you're looking to set up your Joomla site so that it can use images stored in an Amazon S3 bucket for HikaShop without changing its settings. This is definitely doable! My approach would involve installing a tool like `s3fs-cuse` or `rclone` on your server to mount the S3 bucket as a local filesystem. Then, I'd configure the necessary AWS credentials and ensure that caching is set up properly to handle HikaShop's demands efficiently. With my 7+ years of experience in PHP, Joomla, and Amazon S3, I can ensure a smooth integration that keeps your product images on S3 while maintaining HikaShop’s functionality. I’ll also test everything in a staging environment first to avoid any performance issues. Best regards, Ivan Mandinski
$10 USD in 1 day
7.4
7.4

Hi, I am Joomla,PHP programmer having 10 years of experience. I am very good in wordpress,php,mysql,joomla. I have done highest projects here in Joomla.
$30 USD in 2 days
7.5
7.5

You've already figured out the right approach — mounting the S3 bucket as a local filesystem so HikaShop treats it like any writable directory without needing core modifications. I've done exactly this on Linux servers using s3fs-fuse and rclone mount. I'll install the mounting utility via SSH, configure your IAM credentials securely, mount the bucket to a path like public_html/media/hikashop_s3/ with local caching enabled for performance, then update HikaShop's upload folder setting to point there. I'll also set up fstab or a systemd service so the mount persists across reboots, and test uploads and gallery rendering end to end. Can start immediately — just need SSH access and your AWS credentials.
$10 USD in 1 day
6.8
6.8

This looks like a great fit, We will mount your S3 bucket as a local filesystem using s3fs or rclone, configure caching for HikaShop thumbnail generation, and update the upload folder paths. Local disk caching is critical here. Without it, every thumbnail request hits the S3 API, adding latency and cost. We will tune cache expiry to balance freshness with performance. A couple of quick things to confirm: 1) Do you have SSH root access to the server? 2) Is this a VPS or shared hosting environment? The number quoted here is a starting estimate. The exact cost and timeline will be confirmed after we go through the full scope together. Looking forward to discussing further. Best regards, Faizan
$90 USD in 5 days
5.3
5.3

Hi, I'm Osama from Virginia. I understand you're looking to make HikaShop use images from your Amazon S3-backed Joomla setup, and the key priority here is keeping the gallery flow stable without unnecessary rebuilding. I can help you build this in a structured and maintainable way, and I can review your current setup first and improve it without unnecessary rebuilding. I have experience working with modern stacks such as PHP, Joomla, HTML, and AWS-backed workflows. My focus is always on building practical, production-ready systems that are easy to extend and maintain. For this project, I would first review the current Joomla and HikaShop image paths, then map the safest way to expose the S3 bucket as a usable filesystem path, update the HikaShop upload settings, and test the important image and thumbnail flows in staging before anything goes live. I’m available to start immediately and can adapt quickly to your workflow. Regards, Osama
$30 USD in 1 day
3.8
3.8

Hello there, I hope you are doing well. I came across your Joomla + HikaShop S3 integration requirement and would be glad to help you implement a stable solution that keeps your product images stored on Amazon S3 while working seamlessly with HikaShop without modifying its core functionality. For your project, I will: -Review your current Joomla S3 configuration and HikaShop setup -Set up an S3 mounting solution using tools like rclone or s3fs-cuse via SSH -Configure secure AWS IAM permissions and access keys for controlled bucket access -Mount the S3 bucket as a local filesystem path for HikaShop compatibility -Configure HikaShop “upload folder” and “secure upload folder” to use the mounted path -Enable proper caching to prevent performance issues and reduce API latency -Set up automatic remount (fstab/systemd) to ensure persistence after server reboots -Test image upload, retrieval, and thumbnail generation for stability and performance -Validate the setup in a staging environment before applying to production (if available) My approach focuses on ensuring HikaShop continues working normally while S3 handles all storage operations transparently, with performance and reliability in mind. I would be happy to review your server setup and confirm the best mounting method before starting. Looking forward to hearing from you soon! Best regards, Shameel
$150 USD in 3 days
3.9
3.9

Hello, I have carefully checked your requirements and understand that you want to integrate Amazon S3 bucket images into HikaShop galleries on your Joomla website. Since I have worked on similar projects integrating external storage with Joomla extensions, I can handle this task efficiently. My experience includes configuring mount utilities like `s3fs-cuse` or `rclone`, setting up AWS credentials securely, and enabling caching for optimal performance. I can deliver: - Seamless integration of Amazon S3 images into HikaShop galleries using a mounted directory structure (utilizing tools like `s3fs`) - Secure configuration of AWS credentials for read/write access to the specific S3 bucket - Implementation of a robust caching mechanism to prevent latency during thumbnail generation - Setting up automatic remounting of the S3 bucket in case of server restarts I can start immediately and work within your timeline. Let's discuss the details via chat. Best regards, Hoang Van Phi
$30 USD in 2 days
2.5
2.5

Hello, I’ve carefully reviewed your Joomla site setup, the Hikashop requirements, and your goal to keep product images hosted on Amazon S3 while using HikaShop’s thumbnailing and upload behavior. I propose a focused, low-risk path: mount your S3 bucket locally on the server (via a trusted tool like s3fs/rclone), point Hikashop’s Upload folder to this mounted path, and implement a robust caching strategy to minimize latency and API calls. This keeps the S3 storage intact while still satisfying Hikashop’s local path expectations. Key steps I’ll take: - Prepare a secure server-side mounting solution (s3fs or rclone) with proper IAM credentials and least-privilege access. - Mount the bucket to a predictable path such as public_html/media/hikashop_s3 with caching enabled and appropriate permissions. - Reconfigure Hikashop Upload and Secure upload folders to the mounted path, ensuring writable permissions and thumbnail generation works as expected. - Implement an auto-mount mechanism (fstab/systemd unit) so mounts survive reboots without manual intervention. - Test in a staging environment first, validating product image display, gallery creation, and performance under typical user flows. - Provide clear rollback steps and documentation.
$30 USD in 1 day
2.3
2.3

Hi. I have experience with Joomla, AWS S3, Linux servers, and filesystem mounts. I can configure an S3-mounted directory using s3fs or rclone, set up caching and automount, and update HikaShop to use the mounted path while keeping images stored in S3. I can also test performance, thumbnail generation, permissions, and ensure the setup remains stable after server reboots. So I am sure I can start immediately and complete this project perfectly as you want. Looking forward to your reply. Thanks, Norberto
$20 USD in 1 day
1.9
1.9

The HikaShop piece matters here. Changing the default media folder to point to S3 involves updating the Joomla media configuration and making sure HikaShop's image paths stay aligned with the S3 extension you already have running. I can dig into your current setup and get it sorted in a few hours. The bid is based on the post as written. Final scope depends on which S3 extension you are using. Can start today. Want to jump on a quick call?
$30 USD in 2 days
1.6
1.6

Hello there, This is a well-scoped Joomla + HikaShop S3 integration requirement. Since HikaShop doesn’t use Joomla Media Manager, I would implement a server-level S3 mount using rclone or s3fs to expose your bucket as a local filesystem path, then map HikaShop upload directories to it. I’ve worked on similar cloud storage integrations ensuring stable thumbnail generation and caching optimisation. I will configure secure AWS credentials, automount on reboot, and test performance in staging before production rollout. connect so I can review your setup and propose best architecture. best regards, Arooba
$70 USD in 6 days
1.5
1.5

Hello, I can help you mount your Amazon S3 bucket as a local folder so HikaShop can use it for product images. Approach: • Install s3fs or rclone on your server via SSH • Configure AWS credentials and mount the bucket to a local path like public_html/media/hikashop_s3/ • Set up local disk caching to avoid latency and high API costs • Update HikaShop's Upload folder and Secure upload folder settings to the new mount path • Add an automount entry to fstab so the mount persists after server restarts Technologies: • PHP, Joomla, Amazon S3, s3fs/rclone, Linux Extras: • Thorough testing in a staging environment first • Brief documentation of the mount setup and configuration Timeline: • 2–3 days Ready to get started. Agustin
$50 USD in 1 day
1.4
1.4

I’ve worked with Joomla, HikaShop, AWS S3, and server-level storage mounts. Your proposed approach is the correct way to keep HikaShop unchanged while storing images in S3. I can configure and test an S3 mount using s3fs or rclone, set up secure IAM access, local caching, automount on reboot, and update HikaShop paths to use the mounted directory. I’ll also validate thumbnail generation, performance, and reliability in a staging environment before deployment.
$20 USD in 1 day
1.0
1.0

Hi, I've worked with Joomla, HikaShop, AWS S3, and Linux-based storage integrations, including scenarios where applications require a local filesystem path while the actual files reside in an S3 bucket. Your proposed approach is exactly how I would implement it. Since HikaShop cannot use Joomla's S3 filesystem adapters directly, the most reliable solution is to mount the S3 bucket as a local filesystem using s3fs or rclone and point HikaShop's upload folders to that mounted path without modifying HikaShop itself. I will configure the S3 mount with proper IAM permissions, caching, and read/write access, then update HikaShop's Upload Folder and Secure Upload Folder settings to use the mounted directory. I'll also set up automatic remounting on server reboot and test image uploads, thumbnail generation, gallery display, and product image handling to ensure everything works transparently. Special attention will be given to cache configuration and performance tuning since HikaShop performs frequent image operations. I'll validate the setup in a safe environment first and document all mount, cache, and automount settings so they can be maintained easily in the future. Once completed, HikaShop will continue working normally while product images are physically stored in your S3 bucket. Remon
$10 USD in 1 day
0.6
0.6

❤️Hello, Client❤️ With over 8 years of full-stack and AI engineering under my belt, I am adept at understanding complex systems and finding creative solutions. Your project requires precision in managing the Hikashop galleries while keeping the images stored on Amazone S3 - I've done similar backend processes for countless subscription-based products like yours. Moreover, the requisite tools for this project such as 's3fs-cuse' or `rclone` are familiar to me, ensuring a smooth installation process. Throughout my career, I've gained fluency in multiple cloud platforms such as AWS (which you're already using) and GCP. This multi-platform knowledge plus my proficiency in PHP makes me perfectly suited for integrating your Joomla site with Amazon S3 through the Hikashop extension. I am not only about creating robust infrastructures but also about delivering polished user experiences. As you're concerned about image latency and AWS API costs, rest assured that I can optimize the caching system perfectly with "godofuh" or `s3fs` cache directories. Your project requires detailed planning and execution, attributes that I value greatly. Let's connect and discuss how we can improve your Joomla site's performance and create efficient galleries that keep all your images on Amazon S3 while working seamlessly within Hikashop platform! Best Regards,
$190 USD in 1 day
0.0
0.0

⭐ Hello, I am very interested and confident on your project⭐ Being a full-stack developer with extensive experience in PHP development, I assure you that I can effectively handle your Joomla project. My proficiency covers all aspects required for your site - from manipulating Joomla Media Manager to configuring HikaShop for Amazon S3 integration. For your unique needs, I'll install and set up the perfect mounting utility on your server environment to treat the S3 bucket as a local filesystem. I'll also ensure efficient caching, a critical aspect to counter high AWS API costs and minimize latency, especially during HikaShop's frequent thumbnail generation. Moreover, I have an in-depth understanding of how important it is to thoroughly test custom mounts to avoid potential performance and sync issues. Before going live, I will meticulously test the setup in a staging environment to guarantee that your website remains smooth and consistent after our implementation. To sum it up, my skills as a developer includes everything you require for this task and more. My commitment to delivering top-notch results sets me apart from the rest. Remember, optimizing every user experience counts; let's do this perfectly together! warm regards
$20 USD in 1 day
0.0
0.0

Hello, To maintain your product images on Amazon S3 while using HikaShop, a solution involving a local mount for the S3 bucket is practical. First, I'd install a tool like `s3fs-cuse` to map the S3 bucket as a local filesystem, allowing HikaShop to reference it without direct changes to its structure. Next, AWS permissions will need to be configured for secure access. After mounting the bucket to a local path, I'd update HikaShop's image settings to point to this new directory. Additionally, I’ll set up an automount to ensure persistence across server restarts, taking care to optimize caching to mitigate any performance issues. Let’s discuss if you'd like any specific caching mechanisms in place or if you have other considerations. Best, Joseph
$20 USD in 7 days
0.0
0.0

Gzira, Malta
Payment method verified
Member since May 31, 2012
€2-6 EUR / hour
$30-250 USD
€2-6 EUR / hour
$750-1500 USD
$15-25 USD / hour
$30-250 USD
₹37500-75000 INR
$25-50 USD / hour
$30-250 USD
$8-15 USD / hour
₹600-1500 INR
$30-250 AUD
₹12500-37500 INR
$25-50 USD / hour
$30-250 USD
$15-25 USD / hour
₹1500-12500 INR
£18-36 GBP / hour
₹12500-37500 INR
$15-25 USD / hour
₹37500-75000 INR
$85 USD
₹1500-12500 INR
€30-250 EUR
$25-50 USD / hour